regexp.Regexp.backtrack (method)

2 uses

	regexp (current package)
		backtrack.go#L307: func (re *Regexp) backtrack(ib []byte, is string, pos int, ncap int, dstCap []int) []int {
		exec.go#L535: 		return re.backtrack(b, s, pos, ncap, dstCap)